home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / games / nh321pm.zip / NETHACK.CNF < prev    next >
Text File  |  1996-06-08  |  5KB  |  137 lines

  1. #    SCSS Id: @(#)Nethack.cnf    3.2        96/02/16
  2. #    Copyright (c) NetHack PC Development Team 1993, 1996
  3. #    NetHack may be freely redistributed.  See license for details.
  4. #
  5. # A '#' at the beginning of a line means the rest of the line is a comment.
  6. #
  7. # This configuration file is set up for two cases, for a hard disk
  8. # (as drive C:), and for two floppy disks.
  9. #
  10. # Some options MUST be set in this file, other options can be toggled while
  11. # playing.  For a list of options available see the <opthelp.> file.  If
  12. # the game plays slowly you might notice some improvement by setting
  13. # !time and !showexp, which will reduce screen I/O somewhat.
  14. #
  15. # To change the configuration, comment out the unwanted lines, and
  16. # uncomment the configuration you want.
  17.  
  18.  
  19. # *** OPTIONS ***
  20. #
  21. # The three options on this line should be used for most setups.  
  22. # If your machine isn't very IBM-compatible, and NetHack doesn't work, 
  23. # try commenting out this line.
  24. OPTIONS=rawio,BIOS,IBMgraphics
  25. # To use VGA graphical tiles on an MS-DOS PC with VGA or better,uncomment 
  26. # this:
  27. #OPTIONS=video:autodetect
  28. # Some versions of NetHack use the pc speaker to play the notes given when
  29. # playing music instruments in NetHack.  To use this feature, if available,
  30. # uncomment the following line:
  31. #OPTIONS=soundcard:autodetect
  32. # DEC Rainbows will hang if rawio is set, so they should instead use:
  33. #OPTIONS=BIOS,DECgraphics
  34. # If your machine is NEC PC-9800, use:
  35. #OPTIONS=rawio,BIOS,video:default
  36. #
  37. #
  38. # General options.  You might also set "silent" so as not to attract
  39. # the boss's attention.
  40. #
  41. OPTIONS=time,noshowexp,number_pad,lit_corridor,rest_on_space
  42. #
  43. #
  44. # Some options to set personal preferences.  Uncomment and change these to
  45. # suit your personal preference.  If several people are to use the same
  46. # configuration, options like these should not be set.
  47. #
  48. #OPTIONS=name:Janet-V,female,dogname:Fido,catname:Morris,fruit:apricot
  49. #OPTIONS=autopickup,pickup_types:$"=/!?+
  50. #OPTIONS=packorder:")[%?+/=!(*0_`
  51. #OPTIONS=scores:10 top/2 around/own
  52. #OPTIONS=nolegacy,noverbose
  53. #OPTIONS=menustyle:traditional
  54.  
  55.  
  56. # *** HARD DISK CONFIGURATION ***
  57. #
  58. #HACKDIR=c:\games\nethack
  59. # Note: Under MSDOS ports HACKDIR defaults to the location 
  60. #       of the NetHack.exe file. Setting HACKDIR above will override that.
  61. #
  62. #   LEVELS and SAVE default to HACKDIR
  63. #
  64. #LEVELS=c:\games\nethack\bones
  65. #SAVE=c:\games\nethack\bones;n
  66. #
  67. #   appending a ";n" to SAVE means don't prompt to insert a disk.
  68. SAVE=;n
  69. #
  70. # Note that RAMDISK must *not* be the same (or even implicitly
  71. # get expanded to the same path by the OS) as HACKDIR.
  72. #
  73. #RAMDISK=d:
  74.  
  75.  
  76. # *** 2-FLOPPY CONFIGURATION ***
  77. #
  78. # HACKDIR=a:\
  79. # LEVELS=b:\
  80. # SAVE=b:\
  81. # RAMDISK=c:
  82.  
  83.  
  84. # *** CHARACTER GRAPHICS ***
  85. #
  86. # See the on-line help or the Guidebook for which symbols are in which
  87. # positions.
  88. #
  89. # If you merely set the IBMgraphics option as above, NetHack will use IBM
  90. # extended ASCII for dungeon characters.  If you don't like the selections,
  91. # you can make up your own via these graphics options, but you should still
  92. # set IBMgraphics if you are using IBM graphics characters to get the correct
  93. # processing.
  94. #
  95. # An example using the IBM graphics character set:
  96. #DUNGEON=  032 179 196 218 191 192 217 197 193 194 \
  97. #       180 195 249 239 239 254 254 249 177 177 \
  98. #       060 062 060 062 220 190 035 244 247 249 \
  99. #       247 042 042 186 205 046 035 247
  100. #
  101. #TRAPS=    094 094 094 094 094 094 094 094 094 094 \
  102. #       094 094 094 094 232 232 232 157 094 094 \
  103. #       094 094
  104. #
  105. #EFFECTS=  179 196 092 047 042 033 041 040       \
  106. #       048 035 064 042               \
  107. #       047 045 092 058 058 092 045 047       \
  108. #       047 045 092 058 032 058 092 045 047
  109. #
  110. # Some alternatives:
  111. #DUNGEON=  032 186 205 201 187 200 188 206 202 203 \
  112. #       185 204 249 239 239 254 254 249 177 177 \
  113. #       060 062 060 062 095 092 035 244 247 249 \
  114. #       247 042 042 179 196 046 035 247
  115. #
  116. #TRAPS=    094 094 094 094 094 094 094 094 094 094 \
  117. #       094 094 094 094 094 034 094 094 094 094 \
  118. #       094 094
  119.  
  120. #
  121. # Using the DEC Rainbow/ANSI line-drawing character set:
  122. #
  123. # If you have compiled with TERMLIB, merely set the DECgraphics option as
  124. # above.  NetHack will then switch into the VTxxx line-drawing character set
  125. # (aka ANSI ruling character set '0') for dungeon characters.  If you don't
  126. # like the selections, you can make up your own via the graphics options,
  127. # adding 128 to the value of any line-drawing character you want to use.
  128. # (But you should still set DECgraphics to get the correct processing.)
  129.  
  130. # *** VIDEOCOLORS AND VIDEOSHADES ***
  131. #
  132. # While playing on NEC PC-9800, default game display may be difficult to
  133. # read.  Try following setting.
  134. #
  135. #OPTIONS=videocolors:4-2-6-1-5-3-4-2-6-1-5-3,videoshades:normal-normal-normal
  136.